What will be the output?
public class Main
{
    public static void main(String args[])
    {
         if(77==7_7) {
         System.out.prinltn("No moon");
       }
   }
}

Posted on by